home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / var / lib / dpkg / info / liblockfile1.postrm < prev    next >
Text File  |  2008-11-18  |  161b  |  12 lines

  1. #!/bin/sh -e
  2. if [ "$1" = "remove" ]
  3. then
  4.     ldconfig
  5.  
  6.     if [ -d /usr/share/doc/liblockfile1 ]
  7.     then
  8.         rm -fr /usr/share/doc/liblockfile1
  9.     fi
  10. fi
  11.     
  12.